home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / amiga / uae-0.7.0b2 / src / targets / t-win32.h < prev    next >
Text File  |  1998-01-20  |  648b  |  25 lines

  1.  /*
  2.   * UAE - The Un*x Amiga Emulator
  3.   *
  4.   * Target specific stuff, Win32 version
  5.   *
  6.   * Copyright 1997 Mathias Ortmann
  7.   */
  8.  
  9. #define NO_MAIN_IN_MAIN_C
  10. #define UNSUPPORTED_OPTION_D
  11. #define UNSUPPORTED_OPTION_l
  12. #define UNSUPPORTED_OPTION_o
  13.  
  14. #define TARGET_SPECIAL_OPTIONS \
  15.     { "W", "  -W           : Open UAE display as a desktop window\n" }, \
  16.     { "P:","  -P n         : Set UAE base priority\n" }, \
  17.     { "Q:","  -Q n         : Set system clock frequency in kHz\n" \
  18.                   "                 (use -Q -1 on pre-Pentium class CPUs)\n" }, \
  19.  
  20. #define OPTIONSFILENAME "uae.rc"
  21. #define OPTIONS_IN_HOME
  22.  
  23. #define DEFPRTNAME "LPT1"
  24. #define DEFSERNAME "COM1"
  25.